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

1 2

  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 872 GLfloat viewportBoundsRange[2] = {0.0f};
879 glGetFloatv(GL_VIEWPORT_BOUNDS_RANGE, viewportBoundsRange);
899 de::clamp(x, deFloorFloatToInt32(viewportBoundsRange[0]), deFloorFloatToInt32(viewportBoundsRange[1])),
900 de::clamp(y, deFloorFloatToInt32(viewportBoundsRange[0]), deFloorFloatToInt32(viewportBoundsRange[1])),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 199 { LIMIT(viewportBoundsRange[0]), 0, 0, 0, -8192.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MAX, -1 },
200 { LIMIT(viewportBoundsRange[1]), 0, 0, 0, 8191.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1 },
484 if (limits->viewportBoundsRange[0] > float(-2 * limits->maxViewportDimensions[0]))
486 log << TestLog::Message << "limit validation failed, viewPortBoundsRange[0] of " << limits->viewportBoundsRange[0]
491 if (limits->viewportBoundsRange[1] < float(2 * limits->maxViewportDimensions[1] - 1))
493 log << TestLog::Message << "limit validation failed, viewportBoundsRange[1] of " << limits->viewportBoundsRange[1]
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 908 props->limits.viewportBoundsRange[0] = -8192.f;
909 props->limits.viewportBoundsRange[1] = 8191.f;
    [all...]
vkStructTypes.inl 185 float viewportBoundsRange[2];
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson.cc 143 visitor->Visit("viewportBoundsRange", &limits->viewportBoundsRange) &&
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 415 visitor->Visit("viewportBoundsRange", &limits->viewportBoundsRange) &&
    [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc 415 visitor->Visit("viewportBoundsRange", &limits->viewportBoundsRange) &&
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 545 .viewportBoundsRange = { INT16_MIN, INT16_MAX },
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 584 .viewportBoundsRange = { INT16_MIN, INT16_MAX },
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_string_helper.h     [all...]
vk_struct_wrappers.cpp     [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...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 967 milliseconds

1 2