Home
last modified time | relevance | path

Searched defs:shader_type (Results 1 – 25 of 61) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.h44 ShaderType shader_type; // Only valid when section_type == kShader member
64 ShaderType* shader_type, in NameToNodeTypeForTesting()
Dsection_parser.cc46 ShaderType* shader_type, in NameToNodeType()
129 ShaderType shader_type, in AddSection()
Dsection_parser_test.cc189 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/
Dst_atom_constbuf.c55 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()
Dst_atom_storagebuf.c43 enum pipe_shader_type shader_type) in st_bind_ssbos()
Dst_atom_atomicbuf.c72 enum pipe_shader_type shader_type = pipe_shader_type_from_mesa(stage); in st_bind_atomics() local
Dst_atom_image.c152 enum pipe_shader_type shader_type) in st_bind_images()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py760 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/
Dsvga_state_tgsi_transform.c49 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/
Dbuiltin_variable_test.cpp34 common_builtin(GLenum shader_type) in common_builtin()
49 GLenum shader_type; member in common_builtin
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c125 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
Dvirgl_winsys.h184 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/
DesextcTestCaseBase.cpp367 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/
DesextcTextureBufferPrecision.cpp205 glw::GLboolean TextureBufferPrecision::verifyShaderCompilationStatus(glw::GLenum shader_type, in verifyShaderCompilationStatus()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c301 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/
DesextcTessellationShaderXFB.cpp187 glw::GLuint TessellationShaderXFB::createSeparableProgram(glw::GLenum shader_type, unsigned int n_s… in createSeparableProgram()
/third_party/mesa3d/src/mesa/main/
Dglspirv.c143 gl_shader_stage shader_type = shader->Stage; in _mesa_spirv_link_shaders() local
Darbprogram.c426 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/
DShader.cpp159 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/
Dac_rtld.h83 gl_shader_stage shader_type; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c185 enum pipe_shader_type shader_type, in prepare_shader_sampling()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c610 enum pipe_shader_type shader_type) in etna_is_parallel_shader_compilation_finished()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c457 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/
Dir3_gallium.c526 enum pipe_shader_type shader_type) in ir3_is_parallel_shader_compilation_finished()
/third_party/mesa3d/src/intel/blorp/
Dblorp_priv.h271 enum blorp_shader_type shader_type; member
285 enum blorp_shader_type shader_type; member

123