Home
last modified time | relevance | path

Searched defs:vs (Results 1 – 25 of 1746) sorted by relevance

12345678910>>...70

/aosp_15_r20/frameworks/rs/
H A DrsScript.cpp149 RsScriptKernelID rsi_ScriptKernelIDCreate(Context *rsc, RsScript vs, int slot, int sig) { in rsi_ScriptKernelIDCreate()
155 RsScriptInvokeID rsi_ScriptInvokeIDCreate(Context *rsc, RsScript vs, uint32_t slot) { in rsi_ScriptInvokeIDCreate()
161 RsScriptFieldID rsi_ScriptFieldIDCreate(Context *rsc, RsScript vs, int slot) { in rsi_ScriptFieldIDCreate()
167 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation()
173 void rsi_ScriptSetTimeZone(Context * rsc, RsScript vs, const char * timeZone, size_t length) { in rsi_ScriptSetTimeZone()
192 void rsi_ScriptForEachMulti(Context *rsc, RsScript vs, uint32_t slot, in rsi_ScriptForEachMulti()
207 void rsi_ScriptForEach(Context *rsc, RsScript vs, uint32_t slot, in rsi_ScriptForEach()
224 void rsi_ScriptReduce(Context *rsc, RsScript vs, uint32_t slot, in rsi_ScriptReduce()
236 void rsi_ScriptInvoke(Context *rsc, RsScript vs, uint32_t slot) { in rsi_ScriptInvoke()
242 void rsi_ScriptInvokeData(Context *rsc, RsScript vs, uint32_t slot, void *data) { in rsi_ScriptInvokeData()
[all …]
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DLinkAndRelinkTest.cpp43 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
97 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
379 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
419 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
502 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
567 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
603 GLShader vs(GL_VERTEX_SHADER); in TEST_P() local
661 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
777 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
887 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
H A DMatrixTest.cpp87 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local
151 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local
217 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local
293 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h210 uint32_t getActivityCount(VolumeSource vs) const in getActivityCount()
215 bool isMutedInternally(VolumeSource vs) const in isMutedInternally()
220 int getMuteCount(VolumeSource vs) const in getMuteCount()
225 bool isMutedByGroup(VolumeSource vs) in isMutedByGroup()
230 bool hasVolumeSource(VolumeSource vs) in hasVolumeSource()
234 int incMuteCount(VolumeSource vs) in incMuteCount()
238 int decMuteCount(VolumeSource vs) in decMuteCount()
242 void setCurVolume(VolumeSource vs, float volumeDb, bool mutedByGroup, bool isVoiceVolSrc) in setCurVolume()
249 float getCurVolume(VolumeSource vs) const in getCurVolume()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c66 static bool virgl_can_readback_from_rendertarget(struct virgl_screen *vs, in virgl_can_readback_from_rendertarget()
75 static bool virgl_can_readback_from_scanout(struct virgl_screen *vs, in virgl_can_readback_from_scanout()
84 static bool virgl_can_use_staging(struct virgl_screen *vs, in virgl_can_use_staging()
97 static bool virgl_can_copy_transfer_from_host(struct virgl_screen *vs, in virgl_can_copy_transfer_from_host()
160 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_transfer_prepare() local
442 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_realloc() local
645 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_create_front() local
719 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_from_handle() local
959 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_destroy() local
975 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_get_handle() local
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dvs.c24 struct var_store_t vs = { in vs_load() local
135 bool vs_store(struct var_store_t *vs, struct mem_range_t vs_data) in vs_store()
159 struct var_t *vs_new_var(struct var_store_t *vs) in vs_new_var()
180 struct var_t *vs_find(struct var_store_t *vs, in vs_find()
209 void vs_delete(struct var_store_t *vs, struct var_t *var) in vs_delete()
226 void vs_free(struct var_store_t *vs) in vs_free()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dtests.rs35 let vs = unsafe { ShaderModule::new(device.clone(), &BASIC_VS).unwrap() }; in create() localVariable
85 let vs = unsafe { ShaderModule::new(device.clone(), &BASIC_VS).unwrap() }; in bad_primitive_restart() localVariable
142 let vs = unsafe { ShaderModule::new(device.clone(), &BASIC_VS).unwrap() }; in multi_viewport_feature() localVariable
196 let vs = unsafe { ShaderModule::new(device.clone(), &BASIC_VS).unwrap() }; in max_viewports() localVariable
250 let vs = unsafe { ShaderModule::new(device.clone(), &BASIC_VS).unwrap() }; in no_depth_attachment() localVariable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp229 std::ostringstream vs; in initPrograms() local
300 std::ostringstream vs; in initPrograms() local
426 std::ostringstream vs; in initPrograms() local
493 std::ostringstream vs; in initPrograms() local
581 std::ostringstream vs; in initPrograms() local
700 std::ostringstream vs; in initPrograms() local
806 std::ostringstream vs; in initPrograms() local
902 std::ostringstream vs; in initPrograms() local
1063 std::ostringstream vs; in initPrograms() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp238 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
294 VkShaderObj vs(m_device, NoPointSizeVertShader, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
316 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
387 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
480 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
522 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1319 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
2189 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
2410 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
2797 VkShaderObj vs(m_device, vsSource, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
[all …]
H A Dvkpositivelayertests.cpp712 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1092 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1156 VkShaderObj vs(m_device, spv_source, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1306 VkShaderObj vs(m_device, spv_source, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1468 VkShaderObj vs(m_device, vsSource, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1507 VkShaderObj vs(m_device, vsSource, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1532 VkShaderObj vs(m_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1584 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1612 VkShaderObj vs(m_device, bindStateVertPointSizeShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
1701 VkShaderObj vs(m_device, LoosePointSizeWrite, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c491 struct lima_vs_compiled_shader *vs) in lima_vs_compile_shader()
512 struct lima_vs_compiled_shader *vs) in lima_vs_upload_shader()
543 struct lima_vs_compiled_shader *vs = in lima_get_compiled_vs() local
589 struct lima_vs_compiled_shader *vs = lima_get_compiled_vs(ctx, in lima_update_vs_state() local
714 struct lima_vs_compiled_shader *vs = entry->data; in lima_delete_vs_state() local
775 struct lima_vs_compiled_shader *vs = entry->data; in lima_program_fini() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vs.c64 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_get_compiled_dummy_vertex_shader() local
87 struct svga_vertex_shader *vs = svga->curr.vs; in make_vs_key() local
187 struct svga_vertex_shader *vs, in compile_passthrough_vs()
275 struct svga_vertex_shader *vs = svga->curr.vs; in emit_hw_vs() local
H A Dsvga_pipe_vs.c28 struct svga_vertex_shader *vs; in svga_create_vs_state() local
61 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state() local
88 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c165 void *vs; in util_set_passthrough_vertex_shader() local
323 void *fs, *vs; in tgsi_vs_window_space_position() local
377 void *fs, *vs; in null_sampler_view() local
432 void *fs, *vs; in util_test_constant_buffer() local
487 void *vs; in disabled_fragment_shader() local
664 void *vs = util_set_passthrough_vertex_shader(cso, ctx, false); in test_texture_barrier() local
762 void *vs = util_set_passthrough_vertex_shader(cso, ctx, false); in test_texture_barrier() local
/aosp_15_r20/external/coreboot/util/cbfstool/flashmap/
H A Dvalstr.c9 const char *val2str_default(uint32_t val, const struct valstr *vs, in val2str_default()
22 const char *val2str(uint32_t val, const struct valstr *vs) in val2str()
27 uint32_t str2val(const char *str, const struct valstr *vs) in str2val()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_vs.c48 struct draw_vertex_shader *vs; in llvmpipe_create_vs_state() local
68 struct draw_vertex_shader *vs = (struct draw_vertex_shader *)_vs; in llvmpipe_bind_vs_state() local
85 struct draw_vertex_shader *vs = (struct draw_vertex_shader *)_vs; in llvmpipe_delete_vs_state() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A Dpanvk_vX_cmd_draw.c57 } vs; member
95 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_cmd_prepare_draw_sysvals() local
536 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_draw_prepare_varyings() local
688 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_draw_prepare_vs_attribs() local
840 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_emit_vertex_dcd() local
921 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_emit_tiler_primitive() local
971 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_emit_tiler_primitive_size() local
1121 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_draw_prepare_vs_copy_desc_job() local
1209 const struct panvk_shader *vs = cmdbuf->state.gfx.vs.shader; in panvk_cmd_draw() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c95 struct r300_vertex_shader_code * vs = c->UserData; in set_vertex_inputs_outputs() local
169 struct r300_vertex_shader *vs) in r300_init_vs_outputs()
181 struct r300_vertex_shader_code *vs = shader->shader; in r300_translate_vertex_shader() local
H A Dr300_state_derived.c40 struct r300_vertex_shader_code* vs = r300_vs(r300)->shader; in r300_draw_emit_attrib() local
52 struct r300_vertex_shader_code* vs = r300_vs(r300)->shader; in r300_draw_emit_all_attribs() local
298 struct r300_vertex_shader_code *vs = r300_vs(r300)->shader; in r300_update_rs_block() local
1196 struct r300_vertex_shader *vs = r300_vs(r300); in r300_pick_vertex_shader() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Dvirtual_address_space_unittest.cc59 VirtualAddressSpace vs = VirtualAddressSpace::Builder(&context).Build(); in TEST() local
74 VirtualAddressSpace vs = std::move(builder).Build(); in TEST() local
101 VirtualAddressSpace vs = std::move(builder).Build(); in TEST() local
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp647 Return<void> Context::scriptInvoke(Script vs, uint32_t slot) { in scriptInvoke()
654 Return<void> Context::scriptInvokeV(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data) { in scriptInvokeV()
663 Return<void> Context::scriptForEach(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Al… in scriptForEach()
676 Return<void> Context::scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, All… in scriptReduce()
687 Return<void> Context::scriptSetVarI(Script vs, uint32_t slot, int32_t value) { in scriptSetVarI()
695 Return<void> Context::scriptSetVarObj(Script vs, uint32_t slot, ObjectBase obj) { in scriptSetVarObj()
703 Return<void> Context::scriptSetVarJ(Script vs, uint32_t slot, int64_t value) { in scriptSetVarJ()
711 Return<void> Context::scriptSetVarF(Script vs, uint32_t slot, float value) { in scriptSetVarF()
719 Return<void> Context::scriptSetVarD(Script vs, uint32_t slot, double value) { in scriptSetVarD()
727 Return<void> Context::scriptSetVarV(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data) { in scriptSetVarV()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/renderscript/1.0/[email protected]_genc++/gen/android/hardware/renderscript/1.0/
DContextAll.cpp5088 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot)… in _hidl_scriptInvoke()
5150 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptInvokeV()
5228 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptForEach()
5332 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptReduce()
5420 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarI()
5486 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarObj()
5552 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarJ()
5618 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarF()
5684 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarD()
5750 …android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t vs, uint32_t slot,… in _hidl_scriptSetVarV()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp90 struct virgl_screen *vs = CALLOC_STRUCT(virgl_screen); in fake_virgl_context_create() local
107 struct virgl_screen *vs = virgl_screen(ctx->screen); in fake_virgl_context_destroy() local
334 struct virgl_screen *vs = virgl_screen(ctx->screen); in TEST_F() local
359 struct virgl_screen *vs = virgl_screen(ctx->screen); in TEST_F() local
/aosp_15_r20/external/XNNPACK/src/f32-vsigmoid/
H A Dscalar-rr2-lut2048-p1-div.c.in99 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_2048[vidx] + ve); variable
130 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_2048[vidx] + ve); variable
160 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_2048[vidx] + ve); variable
H A Dscalar-rr2-lut64-p2-div.c.in102 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_64[vidx] + ve); variable
135 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_64[vidx] + ve); variable
167 const float vs = uint32_as_float(xnn_table_exp2minus_k_over_64[vidx] + ve); variable

12345678910>>...70