/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vs.c | 75 const struct svga_vertex_shader *vs, in translate_vertex_program() 95 struct svga_vertex_shader *vs, in get_compiled_dummy_vertex_shader() 121 struct svga_vertex_shader *vs, in compile_vs() 167 struct svga_vertex_shader *vs = svga->curr.vs; in make_vs_key() local 267 struct svga_vertex_shader *vs, in compile_passthrough_vs() 355 struct svga_vertex_shader *vs = svga->curr.vs; in emit_hw_vs() local
|
D | svga_pipe_vs.c | 102 struct svga_vertex_shader *vs = CALLOC_STRUCT(svga_vertex_shader); in svga_create_vs_state() local 145 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_bind_vs_state() local 168 struct svga_vertex_shader *vs = (struct svga_vertex_shader *)shader; in svga_delete_vs_state() local
|
/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/r300/ |
D | r300_vs.c | 108 struct r300_vertex_shader * vs = c->UserData; in set_vertex_inputs_outputs() local 174 struct r300_vertex_shader *vs) in r300_init_vs_outputs() 206 struct r300_vertex_shader *vs) in r300_translate_vertex_shader()
|
/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/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 205 std::ostringstream vs; in initPrograms() local 269 std::ostringstream vs; in initPrograms() local 387 std::ostringstream vs; in initPrograms() local 451 std::ostringstream vs; in initPrograms() local 531 std::ostringstream vs; in initPrograms() local 635 std::ostringstream vs; in initPrograms() local 732 std::ostringstream vs; in initPrograms() local 819 std::ostringstream vs; in initPrograms() local 967 std::ostringstream vs; in initPrograms() 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/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/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | LinkAndRelinkTest.cpp | 72 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 315 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 352 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 467 struct lima_vs_compiled_shader *vs) in lima_vs_compile_shader() 488 struct lima_vs_compiled_shader *vs) in lima_vs_upload_shader() 519 struct lima_vs_compiled_shader *vs = in lima_get_compiled_vs() local 565 struct lima_vs_compiled_shader *vs = lima_get_compiled_vs(ctx, in lima_update_vs_state() local 686 struct lima_vs_compiled_shader *vs = entry->data; in lima_delete_vs_state() local 747 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 311 VSContext *vs = s->priv_data; in get_vs_prop_int() local 339 VSContext *vs = s->priv_data; in read_packet_vs() local 463 VSContext *vs = s->priv_data; in read_seek_vs() local
|
D | hlsenc.c | 347 static void write_codec_attr(AVStream *st, VariantStream *vs) in write_codec_attr() 536 static int flush_dynbuf(VariantStream *vs, int *range_length) in flush_dynbuf() 557 static void reflush_dynbuf(VariantStream *vs, int *range_length) in reflush_dynbuf() 590 VariantStream *vs) in hls_delete_old_segments() 714 static int do_encrypt(AVFormatContext *s, VariantStream *vs) in do_encrypt() 788 static int hls_encryption_start(AVFormatContext *s, VariantStream *vs) in hls_encryption_start() 847 static int hls_mux_init(AVFormatContext *s, VariantStream *vs) in hls_mux_init() 972 VariantStream *vs, HLSSegment *en, in sls_flags_filename_process() 1034 static int sls_flag_check_duration_size(HLSContext *hls, VariantStream *vs) in sls_flag_check_duration_size() 1054 static void sls_flag_file_rename(HLSContext *hls, VariantStream *vs, char *old_filename) { in sls_flag_file_rename() [all …]
|
/third_party/boost/libs/hana/example/ |
D | value_of.cpp | 14 constexpr auto vs = hana::transform(xs, hana::value_of); in main() local
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.c | 100 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_transfer_prepare() local 336 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_resource_realloc() local 507 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_create() local 561 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_from_handle() local 766 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_destroy() local 782 struct virgl_screen *vs = virgl_screen(screen); in virgl_resource_get_handle() local
|
/third_party/boost/libs/numeric/ublas/doc/samples/ |
D | vector_slice.cpp | 20 vector_slice<vector<double> > vs (v, slice (0, 1, 3)); in main() local
|
/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/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/flutter/skia/third_party/externals/angle2/util/ |
D | shader_utils.cpp | 41 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource); in CompileProgramInternal() local 285 namespace vs namespace 431 namespace vs namespace 521 namespace vs namespace
|
/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 …]
|