Home
last modified time | relevance | path

Searched defs:shader_stage (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp47 gl_shader_stage shader_stage) in ir_set_program_inouts_visitor()
67 gl_shader_stage shader_stage; member in __anon56d6b6530111::ir_set_program_inouts_visitor
425 gl_shader_stage shader_stage) in do_set_program_inouts()
Dlower_vector_derefs.cpp35 vector_deref_visitor(void *mem_ctx, gl_shader_stage shader_stage) in vector_deref_visitor()
49 gl_shader_stage shader_stage; member in __anon42676b880111::vector_deref_visitor
Dlower_tess_level.cpp58 explicit lower_tess_level_visitor(gl_shader_stage shader_stage) in lower_tess_level_visitor()
93 const gl_shader_stage shader_stage; member in __anon94e9cd330111::lower_tess_level_visitor
Dlower_distance.cpp61 explicit lower_distance_visitor(gl_shader_stage shader_stage, in lower_distance_visitor()
71 explicit lower_distance_visitor(gl_shader_stage shader_stage, in lower_distance_visitor()
125 const gl_shader_stage shader_stage; member in __anon8fe568680111::lower_distance_visitor
Dlink_atomics.cpp104 const unsigned shader_stage) in process_atomic_variable()
Dgl_nir_link_atomics.c80 unsigned shader_stage) in process_atomic_variable()
/external/deqp-deps/glslang/glslang/OSDependent/Web/
Dglslang.pre.js1 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Web/
Dglslang.pre.js1 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { argument
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c102 enum pipe_shader_type shader_stage, in update_textures()
257 enum pipe_shader_type shader_stage, in update_textures_local()
Dst_atom_sampler.c259 enum pipe_shader_type shader_stage, in update_shader_samplers()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1267 cso_single_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, in cso_single_sampler()
1313 enum pipe_shader_type shader_stage) in cso_single_sampler_done()
1334 enum pipe_shader_type shader_stage, in cso_set_samplers()
1379 enum pipe_shader_type shader_stage, in cso_set_sampler_views()
1456 enum pipe_shader_type shader_stage, in cso_set_shader_images()
1574 enum pipe_shader_type shader_stage, in cso_set_constant_buffer()
1588 enum pipe_shader_type shader_stage, in cso_set_constant_buffer_resource()
1606 enum pipe_shader_type shader_stage, in cso_set_constant_user_buffer()
1623 enum pipe_shader_type shader_stage) in cso_save_constant_buffer_slot0()
1631 enum pipe_shader_type shader_stage) in cso_restore_constant_buffer_slot0()
/external/mesa3d/src/compiler/spirv/
Dspirv2nir.c84 gl_shader_stage shader_stage = MESA_SHADER_FRAGMENT; in main() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c1102 enum pipe_shader_type shader_stage, in draw_set_sampler_views()
1123 enum pipe_shader_type shader_stage, in draw_set_samplers()
1149 enum pipe_shader_type shader_stage, in draw_set_images()
1170 enum pipe_shader_type shader_stage, in draw_set_mapped_texture()
1194 enum pipe_shader_type shader_stage, in draw_set_mapped_image()
Ddraw_llvm.c2473 enum pipe_shader_type shader_stage, in draw_llvm_set_mapped_texture()
2527 enum pipe_shader_type shader_stage, in draw_llvm_set_mapped_image()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp1095 glw::GLenum Utils::getGLenumForShaderStage(const _shader_stage& shader_stage) in getGLenumForShaderStage()
1234 std::string Utils::getShaderStageString(const _shader_stage& shader_stage) in getShaderStageString()
8067 std::string FunctionalTest16::getShaderBody(const Utils::_shader_stage& shader_stage, const unsigne… in getShaderBody() argument
8803 const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValuesForShaderStage()
10275 glw::GLenum shader_stage = undefined_shader_stages[n_undefined_shader_stage]; in iterate() local
10740 void NegativeTest3::executeTest(const Utils::_shader_stage& shader_stage) in executeTest()
10968 for (int shader_stage = static_cast<int>(Utils::SHADER_STAGE_FIRST); in iterate() local
11032 std::string NegativeTest4::getShaderBody(const Utils::_shader_stage& shader_stage, in getShaderBody()
11200 for (int shader_stage = static_cast<int>(Utils::SHADER_STAGE_FIRST); in iterate() local
11355 void NegativeTest5::executeIteration(const Utils::_shader_stage& shader_stage) in executeIteration()
[all …]
Dgl3cCommonBugsTests.cpp2582 _shader_stage shader_stage; in runPipelineObjectValidationTestMode() member
2768 _shader_stage shader_stage; in runSeparateShaderTestMode() member
Dgl4cGPUShaderFP64Tests.cpp3341 for (std::vector<shaderStage>::const_iterator shader_stage = m_shader_stages.begin(); in iterate() local
3530 glw::GLuint GPUShaderFP64Test2::getAmountUniforms(shaderStage shader_stage, in getAmountUniforms()
3721 void GPUShaderFP64Test2::prepareProgram(shaderStage shader_stage, const uniformTypeDetails& uniform… in prepareProgram()
4094 void GPUShaderFP64Test2::prepareUniformDefinitions(shaderStage shader_stage, const uniformTypeDetai… in prepareUniformDefinitions()
4122 void GPUShaderFP64Test2::prepareUniforms(shaderStage shader_stage, const uniformTypeDetails& unifor… in prepareUniforms()
4207 void GPUShaderFP64Test2::prepareUniformVerification(shaderStage shader_stage, const uniformTypeDeta… in prepareUniformVerification()
4263 bool GPUShaderFP64Test2::test(shaderStage shader_stage, const uniformTypeDetails& uniform_type) con… in test()
Dgl4cEnhancedLayoutsTests.cpp19585 Utils::Shader::STAGES const shader_stage = static_cast<Utils::Shader::STAGES>(stage); in test() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c1276 VkPipelineShaderStageCreateInfo shader_stage = { in init_meta_clear_htile_mask_state() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp4846 …ubeMapArraySamplingTest::shaderDefinition::init(const glw::Functions& gl, glw::GLenum shader_stage,
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp14583 const auto &shader_stage = pCreateInfo->pStages[stage_index]; in initRayTracingPipelineNV() local