| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_vs.c | 46 struct draw_vertex_shader *vs; in llvmpipe_create_vs_state() local 66 struct draw_vertex_shader *vs = (struct draw_vertex_shader *)_vs; in llvmpipe_bind_vs_state() local 83 struct draw_vertex_shader *vs = (struct draw_vertex_shader *)_vs; in llvmpipe_delete_vs_state() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_vs.c | 48 struct svga_vertex_shader *vs; in svga_create_vs_state() local 81 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state() local 104 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state() local
|
| D | svga_state_vs.c | 82 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
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_vs.c | 108 struct r300_vertex_shader_code * vs = c->UserData; in set_vertex_inputs_outputs() local 175 struct r300_vertex_shader *vs) in r300_init_vs_outputs() 187 struct r300_vertex_shader_code *vs = shader->shader; in r300_translate_vertex_shader() local
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| D | virgl_resource.c | 66 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() 158 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_transfer_prepare() local 438 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_realloc() local 639 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_create_front() local 711 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_from_handle() local 911 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_destroy() local 927 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_get_handle() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | MatrixTest.cpp | 87 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
|
| D | LinkAndRelinkTest.cpp | 71 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 353 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 393 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | test_isel.cpp | 89 QoShaderModuleCreateInfo vs = qoShaderModuleCreateInfoGLSL(VERTEX, variable 118 QoShaderModuleCreateInfo vs = qoShaderModuleCreateInfoGLSL(VERTEX, variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | intersectionAsWeakTypeSource.js | 19 const vs: ViewStyle = wrapped.first // error, first is a branded number constant 26 var vs = wrapped.first; // error, first is a branded number variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMultisampleInterpolationTests.cpp | 209 std::ostringstream vs; in initPrograms() local 275 std::ostringstream vs; in initPrograms() local 393 std::ostringstream vs; in initPrograms() local 457 std::ostringstream vs; in initPrograms() local 537 std::ostringstream vs; in initPrograms() local 641 std::ostringstream vs; in initPrograms() local 738 std::ostringstream vs; in initPrograms() local 825 std::ostringstream vs; in initPrograms() local 973 std::ostringstream vs; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleInterpolationTests.cpp | 211 std::ostringstream vs; in initPrograms() local 277 std::ostringstream vs; in initPrograms() local 395 std::ostringstream vs; in initPrograms() local 459 std::ostringstream vs; in initPrograms() local 539 std::ostringstream vs; in initPrograms() local 643 std::ostringstream vs; in initPrograms() local 740 std::ostringstream vs; in initPrograms() local 827 std::ostringstream vs; in initPrograms() local 975 std::ostringstream vs; in initPrograms() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | CompactArrayTest.java | 53 String vs = Utility.arrayToRLEString(va); in TestByteArrayCoverage() local 118 String vs = Utility.arrayToRLEString(va); in TestCharArrayCoverage() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | CompactArrayTest.java | 56 String vs = Utility.arrayToRLEString(va); in TestByteArrayCoverage() local 121 String vs = Utility.arrayToRLEString(va); in TestCharArrayCoverage() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| D | lima_program.c | 481 struct lima_vs_compiled_shader *vs) in lima_vs_compile_shader() 502 struct lima_vs_compiled_shader *vs) in lima_vs_upload_shader() 533 struct lima_vs_compiled_shader *vs = in lima_get_compiled_vs() local 579 struct lima_vs_compiled_shader *vs = lima_get_compiled_vs(ctx, in lima_update_vs_state() local 704 struct lima_vs_compiled_shader *vs = entry->data; in lima_delete_vs_state() local 765 struct lima_vs_compiled_shader *vs = entry->data; in lima_program_fini() local
|
| /third_party/ffmpeg/libavformat/ |
| D | vapoursynth.c | 82 VSContext *vs = s->priv_data; in read_close_vs() local 174 VSContext *vs = s->priv_data; in read_header_vs() local 309 VSContext *vs = s->priv_data; in get_vs_prop_int() local 337 VSContext *vs = s->priv_data; in read_packet_vs() local 461 VSContext *vs = s->priv_data; in read_seek_vs() local
|
| D | hlsenc.c | 343 static void write_codec_attr(AVStream *st, VariantStream *vs) in write_codec_attr() 532 static int flush_dynbuf(VariantStream *vs, int *range_length) in flush_dynbuf() 553 static void reflush_dynbuf(VariantStream *vs, int *range_length) in reflush_dynbuf() 587 VariantStream *vs) in hls_delete_old_segments() 711 static int do_encrypt(AVFormatContext *s, VariantStream *vs) in do_encrypt() 784 static int hls_encryption_start(AVFormatContext *s, VariantStream *vs) in hls_encryption_start() 843 static int hls_mux_init(AVFormatContext *s, VariantStream *vs) in hls_mux_init() 970 VariantStream *vs, HLSSegment *en, in sls_flags_filename_process() 1032 static int sls_flag_check_duration_size(HLSContext *hls, VariantStream *vs) in sls_flag_check_duration_size() 1052 static void sls_flag_file_rename(HLSContext *hls, VariantStream *vs, char *old_filename) { in sls_flag_file_rename() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_vs.c | 60 struct draw_vertex_shader *vs = NULL; in draw_create_vertex_shader() local 199 draw_vs_lookup_variant( struct draw_vertex_shader *vs, in draw_vs_lookup_variant()
|
| D | draw_vs_exec.c | 57 exec_vertex_shader(struct draw_vertex_shader *vs) in exec_vertex_shader() 222 struct exec_vertex_shader *vs = CALLOC_STRUCT(exec_vertex_shader); in draw_create_vs_exec() local
|
| /third_party/nghttp2/src/ |
| D | http3.h | 48 auto vs = as_uint8_span(std::span{value}); variable
|
| /third_party/googletest/googletest/test/ |
| D | gtest_ext_unittest.cc | 72 static bool refreshFilter(testing::ext::TestFilter* filter, const char** ks, const char** vs, int l… in refreshFilter() 155 const char* vs[FILTER_CONFIGS_NUM][4] = { in TEST() local 183 const char* vs[FILTER_CONFIGS_NUM][4] = { in TEST() local 263 const char* vs[FILTER_CONFIGS_NUM][5] = { in TEST() local 301 const char* vs[FILTER_CONFIGS_NUM][6] = { in TEST() local
|
| /third_party/libexif/libexif/canon/ |
| D | mnote-canon-entry.c | 441 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_value() 463 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_bitfield() 554 ExifShort vs, n; in mnote_canon_entry_get_value() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_tests.c | 164 void *vs; in util_set_passthrough_vertex_shader() local 320 void *fs, *vs; in tgsi_vs_window_space_position() local 373 void *fs, *vs; in null_sampler_view() local 429 void *fs, *vs; in util_test_constant_buffer() local 484 void *vs; in disabled_fragment_shader() local 661 void *vs = util_set_passthrough_vertex_shader(cso, ctx, false); in test_texture_barrier() local 759 void *vs = util_set_passthrough_vertex_shader(cso, ctx, false); in test_texture_barrier() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| D | unittests.cpp | 254 GLuint MakeProgram(GLuint vs, GLuint fs) in MakeProgram() 282 ProgramHandles createProgram(const std::string &vs, const std::string &fs) in createProgram() 353 std::string vs = in checkCompiles() local 439 std::string vs = in checkCompileFails() local 536 const std::string vs = in TEST_F() local 596 const std::string vs = in TEST_F() local 660 const std::string vs = in TEST_F() local 716 const std::string vs = in TEST_F() local 851 const std::string vs = in TEST_F() local 1097 const std::string vs = R"(#version 300 es in TEST_F() local [all …]
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_program.h | 41 struct ir3_shader_variant *vs; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| D | fd5_program.h | 41 struct ir3_shader_variant *vs; member
|