Home
last modified time | relevance | path

Searched defs:shader_count (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_interface.cpp77 aco_compile_shader(unsigned shader_count, struct nir_shader* const* shaders, in aco_compile_shader()
Daco_instruction_selection_setup.cpp821 setup_isel_context(Program* program, unsigned shader_count, struct nir_shader* const* shaders, in setup_isel_context()
Daco_instruction_selection.cpp11552 select_program(Program* program, unsigned shader_count, struct nir_shader* const* shaders, in select_program()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIncompleteTextureAccessTests.cpp172 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
Dgl4cES31CompatibilityTests.cpp366 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in createProgram() local
Dgl4cDirectStateAccessVertexArraysTests.cpp319 glw::GLuint const shader_count = DE_LENGTH_OF_ARRAY(shader); in BuildProgram() local
887 glw::GLuint const shader_count = DE_LENGTH_OF_ARRAY(shader); in PrepareProgram() local
1334 glw::GLuint const shader_count = DE_LENGTH_OF_ARRAY(shader); in PrepareProgram() local
1965 glw::GLuint const shader_count = DE_LENGTH_OF_ARRAY(shader); in PrepareProgram() local
2655 glw::GLuint const shader_count = DE_LENGTH_OF_ARRAY(shader); in PrepareProgram() local
3118 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
Dgl4cContextFlushControlTests.cpp557 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in createProgram() local
Dgl4cConditionalRenderInvertedTests.cpp372 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in createProgram() local
Dgl4cDirectStateAccessSamplersTests.cpp613 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in prepareProgram() local
Dgl4cDirectStateAccessXFBTests.cpp1707 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in prepareProgram() local
Dgl3cTextureSizePromotion.cpp1444 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in buildProgram() local
Dgl4cDirectStateAccessQueriesTests.cpp1779 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in prepareProgram() local
Dgl4cDirectStateAccessTexturesTests.cpp911 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
2089 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
3500 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
7463 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in CreateProgram() local
Dgl4cDirectStateAccessBuffersTests.cpp5204 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in BuildProgram() local
Dgl3cTransformFeedbackTests.cpp6698 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in buildProgram() local
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7376 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in PrepareProgram() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayETC2Support.cpp147 glw::GLuint const shader_count = sizeof(shader) / sizeof(shader[0]); in prepareProgram() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h44 uint32_t shader_count; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.h53 uint32_t shader_count; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1715 radv_dump_nir_shaders(struct nir_shader *const *shaders, int shader_count) in radv_dump_nir_shaders()
1739 struct nir_shader *const *shaders, int shader_count, gl_shader_stage stage,
1853 struct nir_shader *const *shaders, int shader_count,
Dradv_nir_to_llvm.c2388 int shader_count, const struct radv_shader_args *args) in ac_translate_nir_to_llvm()
2814 llvm_compile_shader(struct radv_device *device, unsigned shader_count, in llvm_compile_shader()
Dradv_pipeline.c2305 int shader_count = 0; in radv_link_shaders() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp347 void TestCaseBase::shaderSourceSpecialized(glw::GLuint shader_id, glw::GLsizei shader_count, in shaderSourceSpecialized()