Searched refs:V3D_MAX_TEXTURE_SAMPLERS (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/
H A Dv3d_limits.h38 #define V3D_MAX_TEXTURE_SAMPLERS 16 macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/common/
H A Dv3d_limits.h52 #define V3D_MAX_TEXTURE_SAMPLERS MAX2(V3D_VULKAN_MAX_TEXTURE_SAMPLERS, \ macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_uniforms.c46 #define MAX_TOTAL_TEXTURE_SAMPLERS (V3D_MAX_TEXTURE_SAMPLERS * MAX_STAGES)
54 #define MAX_TOTAL_STATES (2 * V3D_MAX_TEXTURE_SAMPLERS * MAX_STAGES)
153 assert(texture_idx < V3D_MAX_TEXTURE_SAMPLERS);
171 assert(state_bos->count < 2 * V3D_MAX_TEXTURE_SAMPLERS);
222 assert(state_bos->count < 2 * V3D_MAX_TEXTURE_SAMPLERS);
H A Dv3dv_device.c1263 <= V3D_MAX_TEXTURE_SAMPLERS);
1301 .maxPerStageDescriptorSamplers = V3D_MAX_TEXTURE_SAMPLERS,
1313 .maxDescriptorSetSamplers = 6 * V3D_MAX_TEXTURE_SAMPLERS,
1444 props->maxCustomBorderColorSamplers = V3D_MAX_TEXTURE_SAMPLERS;
H A Dv3dv_private.h1605 #define DESCRIPTOR_MAP_SIZE MAX3(V3D_MAX_TEXTURE_SAMPLERS, \
H A Dv3dv_pipeline.c1037 assert(key->num_tex_used <= V3D_MAX_TEXTURE_SAMPLERS);
1046 assert(key->num_samplers_used <= V3D_MAX_TEXTURE_SAMPLERS);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h155 struct pipe_sampler_view *textures[V3D_MAX_TEXTURE_SAMPLERS];
157 struct pipe_sampler_state *samplers[V3D_MAX_TEXTURE_SAMPLERS];
159 struct v3d_cl_reloc texture_state[V3D_MAX_TEXTURE_SAMPLERS];
H A Dv3d_screen.c344 return V3D_MAX_TEXTURE_SAMPLERS;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h185 struct pipe_sampler_view *textures[V3D_MAX_TEXTURE_SAMPLERS];
187 struct pipe_sampler_state *samplers[V3D_MAX_TEXTURE_SAMPLERS];
189 struct v3d_cl_reloc texture_state[V3D_MAX_TEXTURE_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_compiler.h381 } tex[V3D_MAX_TEXTURE_SAMPLERS];
385 } sampler[V3D_MAX_TEXTURE_SAMPLERS];
1133 V3D_MAX_TEXTURE_SAMPLERS));
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_compiler.h330 } tex[V3D_MAX_TEXTURE_SAMPLERS];
825 V3D_MAX_TEXTURE_SAMPLERS));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst228 - broadcom/common: increase V3D_MAX_TEXTURE_SAMPLERS, add specific OpenGL limit

Completed in 29 milliseconds