Home
last modified time | relevance | path

Searched refs:geomType (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp225 GeomType geomType; member
1933 const bool triangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
1997 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
2030 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
2090 const bool triangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2158 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
2191 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
2250 const bool usesTriangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2321 if (testParams.geomType == GEOM_TYPE_AABBS || in getShaderBodyText()
2322 testParams.geomType in getShaderBodyText()
5919 GeomType geomType; global() member
6016 const GeomType geomType = geomTypes[geomTypeNdx].geomType; createBuiltinTests() local
6110 const GeomType geomType = geomTypes[geomTypeNdx].geomType; createAdvancedTests() local
[all...]
H A DvktRayQueryWatertightnessTests.cpp137 GeomType geomType; member
1510 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
1537 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
1643 if (testParams.geomType == GEOM_TYPE_AABBS) in initAccelerationStructures()
1747 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in initAccelerationStructures()
1849 rayQueryBottomLevelAccelerationStructure->addGeometry(geometryData, testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2246 GeomType geomType; in createWatertightnessTests() member
2276 const GeomType geomType = geomTypes[geomTypeNdx].geomType; in createWatertightnessTests() local
2285 geomType, // GeomTyp in createWatertightnessTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp225 GeomType geomType; member
1913 const bool triangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
1977 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
2010 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
2070 const bool triangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2138 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
2171 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
2230 const bool usesTriangles = (testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2301 if (testParams.geomType == GEOM_TYPE_AABBS || in getShaderBodyText()
2302 testParams.geomType in getShaderBodyText()
5899 GeomType geomType; global() member
5995 const GeomType geomType = geomTypes[geomTypeNdx].geomType; createBuiltinTests() local
6089 const GeomType geomType = geomTypes[geomTypeNdx].geomType; createAdvancedTests() local
[all...]
H A DvktRayQueryWatertightnessTests.cpp137 GeomType geomType; member
1490 if (testParams.geomType == GEOM_TYPE_AABBS) in getShaderBodyText()
1517 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in getShaderBodyText()
1623 if (testParams.geomType == GEOM_TYPE_AABBS) in initAccelerationStructures()
1727 else if (testParams.geomType == GEOM_TYPE_TRIANGLES) in initAccelerationStructures()
1829 rayQueryBottomLevelAccelerationStructure->addGeometry(geometryData, testParams.geomType == GEOM_TYPE_TRIANGLES); in initAccelerationStructures()
2225 GeomType geomType; in createWatertightnessTests() member
2255 const GeomType geomType = geomTypes[geomTypeNdx].geomType; in createWatertightnessTests() local
2264 geomType, // GeomTyp in createWatertightnessTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp119 GeomType geomType; member
588 const std::string condition = (m_data.id == TEST_ID_GEOMETRY_INDEX_EXT) && (m_data.geomType == GEOM_TYPE_AABBS) ? conditionGeometryIndex in initPrograms()
589 : (m_data.id == TEST_ID_PRIMITIVE_ID) && (m_data.geomType == GEOM_TYPE_AABBS) ? conditionPrimitiveId in initPrograms()
623 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
653 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
814 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
844 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
872 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
948 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
978 if (m_data.geomType in initPrograms()
2463 GeomType geomType; global() member
2578 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createScalarTests() local
2707 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createRayFlagsTests() local
2816 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createMultiOutputTests() local
[all...]
H A DvktRayTracingPipelineFlagsTests.cpp183 ALIGN_STD430(GeometryTypes) geomType; member
236 return (rec.geomType == GeometryTypes::Triangle) ? rec.retValue : hitAttr;
284 : geomType (GeometryTypes::None) in ShaderRecordEXT()
291 : geomType(type) in ShaderRecordEXT()
598 " uint geomType;\n" in initPrograms()
654 << " if (record.geomType == " << deUint32(GeometryTypes::Triangle) << ")" << endl in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp125 GeomType geomType; member
599 const std::string condition = (m_data.id == TEST_ID_GEOMETRY_INDEX_EXT) && (m_data.geomType == GEOM_TYPE_AABBS) ? conditionGeometryIndex in initPrograms()
600 : (m_data.id == TEST_ID_PRIMITIVE_ID) && (m_data.geomType == GEOM_TYPE_AABBS) ? conditionPrimitiveId in initPrograms()
634 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
664 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
825 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
855 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
883 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
959 if (m_data.geomType == GEOM_TYPE_AABBS) in initPrograms()
989 if (m_data.geomType in initPrograms()
3909 GeomType geomType; global() member
4026 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createScalarTests() local
4157 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createRayFlagsTests() local
4303 const GeomType geomType = geomTypes[geomTypesNdx].geomType; createMultiOutputTests() local
[all...]
H A DvktRayTracingPipelineFlagsTests.cpp184 ALIGN_STD430(GeometryTypes) geomType; member
237 return (rec.geomType == GeometryTypes::Triangle) ? rec.retValue : hitAttr;
285 : geomType (GeometryTypes::None) in ShaderRecordEXT()
292 : geomType(type) in ShaderRecordEXT()
605 " uint geomType;\n" in initPrograms()
661 << " if (record.geomType == " << deUint32(GeometryTypes::Triangle) << ")" << endl in initPrograms()
/third_party/skia/gm/
H A Dsimpleaaclip.cpp65 SimpleClipGM(SkGeomTypes geomType) in SimpleClipGM() argument
66 : fGeomType(geomType) { in SimpleClipGM()
/third_party/skia/bench/
H A DGradientBench.cpp179 GeomType geomType = kRect_GeomType, in GradientBench()
181 : fGeomType(geomType) { in GradientBench()
185 if (geomType != kRect_GeomType) { in GradientBench()
186 fName.appendf("_%s", geomtypename(geomType)); in GradientBench()

Completed in 33 milliseconds