Home
last modified time | relevance | path

Searched defs:shader_stage (Results 1 – 13 of 13) 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 __anon8bf990970111::ir_set_program_inouts_visitor
425 gl_shader_stage shader_stage) in do_set_program_inouts()
Dlower_tess_level.cpp57 explicit lower_tess_level_visitor(gl_shader_stage shader_stage) in lower_tess_level_visitor()
92 const gl_shader_stage shader_stage; member in __anoncd462cf70111::lower_tess_level_visitor
Dlower_distance.cpp60 explicit lower_distance_visitor(gl_shader_stage shader_stage, in lower_distance_visitor()
70 explicit lower_distance_visitor(gl_shader_stage shader_stage, in lower_distance_visitor()
124 const gl_shader_stage shader_stage; member in __anon035f072c0111::lower_distance_visitor
Dlink_atomics.cpp102 const unsigned shader_stage) in process_atomic_variable()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1211 cso_single_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, in cso_single_sampler()
1257 enum pipe_shader_type shader_stage) in cso_single_sampler_done()
1278 enum pipe_shader_type shader_stage, in cso_set_samplers()
1323 enum pipe_shader_type shader_stage, in cso_set_sampler_views()
1400 enum pipe_shader_type shader_stage, in cso_set_shader_images()
1518 enum pipe_shader_type shader_stage, in cso_set_constant_buffer()
1532 enum pipe_shader_type shader_stage, in cso_set_constant_buffer_resource()
1550 enum pipe_shader_type shader_stage) in cso_save_constant_buffer_slot0()
1558 enum pipe_shader_type shader_stage) in cso_restore_constant_buffer_slot0()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c102 enum pipe_shader_type shader_stage, in update_textures()
Dst_atom_sampler.c251 enum pipe_shader_type shader_stage, in update_shader_samplers()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c963 enum pipe_shader_type shader_stage, in draw_set_sampler_views()
984 enum pipe_shader_type shader_stage, in draw_set_samplers()
1010 enum pipe_shader_type shader_stage, in draw_set_mapped_texture()
Ddraw_llvm.c2075 enum pipe_shader_type shader_stage, in draw_llvm_set_mapped_texture()
/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()
8068 std::string FunctionalTest16::getShaderBody(const Utils::_shader_stage& shader_stage, const unsigne… in getShaderBody() argument
8804 const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValuesForShaderStage()
10276 glw::GLenum shader_stage = undefined_shader_stages[n_undefined_shader_stage]; in iterate() local
10741 void NegativeTest3::executeTest(const Utils::_shader_stage& shader_stage) in executeTest()
10969 for (int shader_stage = static_cast<int>(Utils::SHADER_STAGE_FIRST); in iterate() local
11033 std::string NegativeTest4::getShaderBody(const Utils::_shader_stage& shader_stage, in getShaderBody()
11201 for (int shader_stage = static_cast<int>(Utils::SHADER_STAGE_FIRST); in iterate() local
11356 void NegativeTest5::executeIteration(const Utils::_shader_stage& shader_stage) in executeIteration()
[all …]
Dgl3cCommonBugsTests.cpp2582 _shader_stage shader_stage; in runPipelineObjectValidationTestMode() member
2769 _shader_stage shader_stage; in runSeparateShaderTestMode() member
Dgl4cGPUShaderFP64Tests.cpp3341 for (std::vector<shaderStage>::const_iterator shader_stage = m_shader_stages.begin(); in iterate() local
3536 glw::GLuint GPUShaderFP64Test2::getAmountUniforms(shaderStage shader_stage, in getAmountUniforms()
3733 void GPUShaderFP64Test2::prepareProgram(shaderStage shader_stage, const uniformTypeDetails& uniform… in prepareProgram()
4106 void GPUShaderFP64Test2::prepareUniformDefinitions(shaderStage shader_stage, const uniformTypeDetai… in prepareUniformDefinitions()
4134 void GPUShaderFP64Test2::prepareUniforms(shaderStage shader_stage, const uniformTypeDetails& unifor… in prepareUniforms()
4219 void GPUShaderFP64Test2::prepareUniformVerification(shaderStage shader_stage, const uniformTypeDeta… in prepareUniformVerification()
4275 bool GPUShaderFP64Test2::test(shaderStage shader_stage, const uniformTypeDetails& uniform_type) con… in test()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp4868 …ubeMapArraySamplingTest::shaderDefinition::init(const glw::Functions& gl, glw::GLenum shader_stage,