Home
last modified time | relevance | path

Searched refs:max_samplers (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1959 GLint max_samplers = 0; in iterate() local
1963 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_samplers); in iterate()
1969 if (n_samplers > max_samplers) in iterate()
1971 count = max_samplers; in iterate()
1972 validated_index = max_samplers - 1; in iterate()
1990 if (n_samplers <= max_samplers) in iterate()
1992 t_first = max_samplers - n_samplers + 1; in iterate()
1996 t_count = max_samplers + 1; in iterate()
2904 GLint max_samplers = 0; in iterate() local
2907 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_samplers); in iterate()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp65 cl_uint max_samplers() const;
H A Ddevice.cpp249 device::max_samplers() const { in max_samplers() function in device
328 max_samplers() < 16) in image_support()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h515 unsigned max_samplers; member
H A Du_threaded_context.c515 tc->max_samplers); in tc_add_shader_bindings_to_buffer_list()
543 tc->max_samplers); in tc_rebind_shader_bindings()
4482 tc->max_samplers = in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp221 buf.as_scalar<cl_uint>() = dev.max_samplers(); in clGetDeviceInfo()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1857 const uint32_t max_samplers = in anv_GetPhysicalDeviceProperties() local
1892 .maxPerStageDescriptorSamplers = max_samplers, in anv_GetPhysicalDeviceProperties()
1899 .maxDescriptorSetSamplers = 6 * max_samplers, /* number of stages * maxPerStageDescriptorSamplers */ in anv_GetPhysicalDeviceProperties()

Completed in 20 milliseconds