Home
last modified time | relevance | path

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

12345678910>>...47

/external/rust/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
/external/mesa3d/src/gallium/drivers/llvmpipe/
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
/external/angle/src/tests/gl_tests/
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
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
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c46 struct svga_vertex_shader *vs; in svga_create_vs_state() local
79 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state() local
106 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state() local
Dsvga_state_vs.c82 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_get_compiled_dummy_vertex_shader() local
105 struct svga_vertex_shader *vs = svga->curr.vs; in make_vs_key() local
205 struct svga_vertex_shader *vs, in compile_passthrough_vs()
293 struct svga_vertex_shader *vs = svga->curr.vs; in emit_hw_vs() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c112 struct r300_vertex_shader_code * vs = c->UserData; in set_vertex_inputs_outputs() local
186 struct r300_vertex_shader *vs) in r300_init_vs_outputs()
198 struct r300_vertex_shader_code *vs = shader->shader; in r300_translate_vertex_shader() local
/external/oss-fuzz/projects/sleuthkit/
Dsleuthkit_mmls_fuzzer.cc25 static TSK_WALK_RET_ENUM part_act(TSK_VS_INFO *vs, const TSK_VS_PART_INFO *part, in part_act()
32 TSK_VS_INFO *vs; in LLVMFuzzerTestOneInput() local
/external/mesa3d/src/gallium/drivers/virgl/
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
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
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
/external/mesa3d/src/amd/compiler/tests/
Dtest_isel.cpp88 QoShaderModuleCreateInfo vs = qoShaderModuleCreateInfoGLSL(VERTEX, variable
117 QoShaderModuleCreateInfo vs = qoShaderModuleCreateInfoGLSL(VERTEX, variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCompactArrayTest.java56 String vs = Utility.arrayToRLEString(va); in TestByteArrayCoverage() local
121 String vs = Utility.arrayToRLEString(va); in TestCharArrayCoverage() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
DCompactArrayTest.java53 String vs = Utility.arrayToRLEString(va); in TestByteArrayCoverage() local
118 String vs = Utility.arrayToRLEString(va); in TestCharArrayCoverage() local
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c478 struct lima_vs_compiled_shader *vs) in lima_vs_compile_shader()
499 struct lima_vs_compiled_shader *vs) in lima_vs_upload_shader()
530 struct lima_vs_compiled_shader *vs = in lima_get_compiled_vs() local
576 struct lima_vs_compiled_shader *vs = lima_get_compiled_vs(ctx, in lima_update_vs_state() local
701 struct lima_vs_compiled_shader *vs = entry->data; in lima_delete_vs_state() local
762 struct lima_vs_compiled_shader *vs = entry->data; in lima_program_fini() local
/external/XNNPACK/src/f32-velu/
Dsse-rr2-p6.c.in118 __m128 vs = _mm_castsi128_ps(_mm_slli_epi32(_mm_castps_si128(vn), 23)); variable
152 __m128 vs = _mm_castsi128_ps(_mm_slli_epi32(_mm_castps_si128(vn), 23)); variable
/external/XNNPACK/src/f32-vsigmoid/
Dwasmsimd-rr2-p5-div.c.in104 const v128_t vs = wasm_i32x4_shl(vn, 23); variable
132 const v128_t vs = wasm_i32x4_shl(vn, 23); variable
Dsse-rr2-p5-div.c.in114 const __m128 vs = _mm_castsi128_ps(_mm_slli_epi32(_mm_castps_si128(vn), 23)); variable
149 const __m128 vs = _mm_castsi128_ps(_mm_slli_epi32(_mm_castps_si128(vn), 23)); variable
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
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
/external/ComputeLibrary/src/core/NEON/
DNEAsymm.inl26 inline qasymm8x16_t vmlaq_qasymm8(qasymm8x16_t vd, float32x4_t vs, float32x4_t vo)
59 inline qasymm8x16_signed_t vmlaq_qasymm8_signed(qasymm8x16_signed_t vd, float32x4_t vs, float32x4_t…
DSVEAsymm.inl27 inline svuint8_t svmla_qasymm8_z(svbool_t pg, svuint8_t vd, svfloat32_t vs, svfloat32_t vo)
66 inline svint8_t svmla_qasymm8_signed_z(svbool_t pg, svint8_t vd, svfloat32_t vs, svfloat32_t vo)
/external/XNNPACK/src/f32-vsigmoid/gen/
Dvsigmoid-wasmsimd-rr2-p5-div-x4.c45 const v128_t vs = wasm_i32x4_shl(vn, 23); in xnn_f32_vsigmoid_ukernel__wasmsimd_rr2_p5_div_x4() local
73 const v128_t vs = wasm_i32x4_shl(vn, 23); in xnn_f32_vsigmoid_ukernel__wasmsimd_rr2_p5_div_x4() local
/external/XNNPACK/src/f32-velu/gen/
Dvelu-avx512f-rr1-p6-x16.c49 __m512 vs = _mm512_castsi512_ps(_mm512_slli_epi32(_mm512_castps_si512(vn), 23)); in xnn_f32_velu_ukernel__avx512f_rr1_p6_x16() local
83 __m512 vs = _mm512_castsi512_ps(_mm512_slli_epi32(_mm512_castps_si512(vn), 23)); in xnn_f32_velu_ukernel__avx512f_rr1_p6_x16() local
/external/XNNPACK/src/f16-vsigmoid/gen/
Dvsigmoid-avx2-rr1-p2-div-x8.c45 const __m256 vs = _mm256_castsi256_ps(_mm256_slli_epi32(_mm256_castps_si256(vn), 23)); in xnn_f16_vsigmoid_ukernel__avx2_rr1_p2_div_x8() local
71 const __m256 vs = _mm256_castsi256_ps(_mm256_slli_epi32(_mm256_castps_si256(vn), 23)); in xnn_f16_vsigmoid_ukernel__avx2_rr1_p2_div_x8() local
/external/XNNPACK/src/f16-velu/gen/
Dvelu-avx2-rr1-p3-x8.c47 __m256 vs = _mm256_castsi256_ps(_mm256_slli_epi32(_mm256_castps_si256(vn), 23)); in xnn_f16_velu_ukernel__avx2_rr1_p3_x8() local
71 __m256 vs = _mm256_castsi256_ps(_mm256_slli_epi32(_mm256_castps_si256(vn), 23)); in xnn_f16_velu_ukernel__avx2_rr1_p3_x8() local

12345678910>>...47