| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| D | section_parser.h | 44 ShaderType shader_type; // Only valid when section_type == kShader member 64 ShaderType* shader_type, in NameToNodeTypeForTesting()
|
| D | section_parser.cc | 46 ShaderType* shader_type, in NameToNodeType() 129 ShaderType shader_type, in AddSection()
|
| D | section_parser_test.cc | 189 ShaderType shader_type; in TEST_F() member 240 ShaderType shader_type = kShaderTypeVertex; in TEST_F() local 255 ShaderType shader_type = kShaderTypeVertex; in TEST_F() local 275 ShaderType shader_type = kShaderTypeVertex; in TEST_F() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_constbuf.c | 55 st_unbind_unused_cb0(struct st_context *st, enum pipe_shader_type shader_type) in st_unbind_unused_cb0() 72 enum pipe_shader_type shader_type = pipe_shader_type_from_mesa(stage); in st_upload_constants() local 269 enum pipe_shader_type shader_type) in st_bind_ubos()
|
| D | st_atom_storagebuf.c | 43 enum pipe_shader_type shader_type) in st_bind_ssbos()
|
| D | st_atom_atomicbuf.c | 72 enum pipe_shader_type shader_type = pipe_shader_type_from_mesa(stage); in st_bind_atomics() local
|
| D | st_atom_image.c | 152 enum pipe_shader_type shader_type) in st_bind_images()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | gen_builtin_symbols.py | 760 def add_entry(self, essl_level, glsl_level, shader_type, name, symbol, essl_extension, argument 973 def add_entry(self, essl_level, glsl_level, shader_type, name, essl_ext, glsl_ext, argument 993 def has_key(self, essl_level, glsl_level, shader_type, name): argument 1006 def get(self, essl_level, glsl_level, shader_type, name): argument 1615 def process_single_function(shader_type, group_name, function_props, symbols, variables, functions, argument 1767 def process_single_function_group(shader_type, group_name, group, symbols, variables, functions, argument 1860 def process_single_variable(shader_type, variable_name, props, symbols, variables, argument 2015 def process_single_variable_group(shader_type, group, symbols, variables, mangled_builtins): argument 2039 def process_variable_group(shader_type, group_name, group, symbols, variables, mangled_builtins): argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_state_tgsi_transform.c | 49 const enum pipe_shader_type shader_type, in bind_shader() 85 const enum pipe_shader_type shader_type, in create_shader()
|
| /third_party/mesa3d/src/compiler/glsl/tests/ |
| D | builtin_variable_test.cpp | 34 common_builtin(GLenum shader_type) in common_builtin() 49 GLenum shader_type; member in common_builtin
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| D | virgl_context.c | 125 enum pipe_shader_type shader_type; in virgl_rebind_resource() local 199 enum pipe_shader_type shader_type) in virgl_attach_res_sampler_views() 251 enum pipe_shader_type shader_type) in virgl_attach_res_uniform_buffers() 268 enum pipe_shader_type shader_type) in virgl_attach_res_shader_buffers() 285 enum pipe_shader_type shader_type) in virgl_attach_res_shader_images() 321 enum pipe_shader_type shader_type; in virgl_reemit_draw_resources() local 1141 enum pipe_shader_type shader_type, in virgl_set_sampler_views() 1546 enum pipe_shader_type shader_type) in virgl_release_shader_binding() 1586 enum pipe_shader_type shader_type; in virgl_context_destroy() local
|
| D | virgl_winsys.h | 184 for (int shader_type = 0; shader_type < PIPE_SHADER_TYPES; shader_type++) { in virgl_ws_fill_new_caps_defaults() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
| D | esextcTestCaseBase.cpp | 367 std::string getShaderTypeName(glw::GLenum shader_type) in getShaderTypeName() 442 glw::GLint shader_type = 0; in buildProgramVA() local 496 glw::GLint shader_type = 0; in buildProgramVA() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
| D | esextcTextureBufferPrecision.cpp | 205 glw::GLboolean TextureBufferPrecision::verifyShaderCompilationStatus(glw::GLenum shader_type, in verifyShaderCompilationStatus()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_sampler.c | 301 enum pipe_shader_type shader_type) in prepare_shader_sampling() 469 enum pipe_shader_type shader_type) in prepare_shader_images()
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| D | esextcTessellationShaderXFB.cpp | 187 glw::GLuint TessellationShaderXFB::createSeparableProgram(glw::GLenum shader_type, unsigned int n_s… in createSeparableProgram()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | glspirv.c | 143 gl_shader_stage shader_type = shader->Stage; in _mesa_spirv_link_shaders() local
|
| D | arbprogram.c | 426 const char *shader_type = in set_program_string() local 449 const char *shader_type = in set_program_string() local
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| D | Shader.cpp | 159 SetConstantBuffers(enum pipe_shader_type shader_type, // IN in SetConstantBuffers() 194 SetSamplers(enum pipe_shader_type shader_type, // IN in SetSamplers() 224 SetShaderResources(enum pipe_shader_type shader_type, // IN in SetShaderResources()
|
| /third_party/mesa3d/src/amd/common/ |
| D | ac_rtld.h | 83 gl_shader_stage shader_type; member
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_state_sampler.c | 185 enum pipe_shader_type shader_type, in prepare_shader_sampling()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_shader.c | 610 enum pipe_shader_type shader_type) in etna_is_parallel_shader_compilation_finished()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_context.c | 457 enum pipe_shader_type shader_type, in draw_set_mapped_constant_buffer() 476 enum pipe_shader_type shader_type, in draw_set_mapped_shader_buffer()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| D | ir3_gallium.c | 526 enum pipe_shader_type shader_type) in ir3_is_parallel_shader_compilation_finished()
|
| /third_party/mesa3d/src/intel/blorp/ |
| D | blorp_priv.h | 271 enum blorp_shader_type shader_type; member 285 enum blorp_shader_type shader_type; member
|