HomeSort by relevance Sort by last modified time
    Searched refs:maxSampleMaskWords (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 421 GLint maxSampleMaskWords = 0;
422 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
423 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
565 GLint maxSampleMaskWords = 0;
566 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
567 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
730 GLint maxSampleMaskWords = 0;
731 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
732 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
891 GLint maxSampleMaskWords = 0
    [all...]
es31fTextureMultisampleTests.cpp 622 glw::GLint maxSampleMaskWords = 0;
629 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
630 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson.cc 169 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) &&
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 935 props->limits.maxSampleMaskWords = 1;
    [all...]
vkStructTypes.inl 211 deUint32 maxSampleMaskWords;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 441 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) &&
    [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc 441 visitor->Visit("maxSampleMaskWords", &limits->maxSampleMaskWords) &&
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 571 .maxSampleMaskWords = 1,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 610 .maxSampleMaskWords = 1,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 229 { LIMIT(maxSampleMaskWords), 1, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h     [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_no_addr.h     [all...]
vk_struct_wrappers.cpp     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 259 milliseconds

1 2