Home
last modified time | relevance | path

Searched defs:cube (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/fixtures/source-map/
Dtabs.js27 cube: function(x) { method
/third_party/node/test/js-native-api/test_object/
Dtest.js91 const cube = { variable
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c115 nir_variable *cube = nir_deref_instr_get_variable(deref); in lower_int_cubmap_to_array_filter() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp1405 bool cube = sampler[coordinate].hasCubeTexture(); in textureActive() local
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc541 DECLARE_SAMPLED_TEXTURE(cube, ast::TextureDimension::kCube) in DECLARE_SAMPLED_TEXTURE() argument
592 DECLARE_DEPTH_TEXTURE(cube, ast::TextureDimension::kCube) in DECLARE_DEPTH_TEXTURE() argument
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp665 Instruction* cube = ir_builder.AddCompositeConstruct( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp665 Instruction* cube = ir_builder.AddCompositeConstruct( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp665 Instruction* cube = ir_builder.AddCompositeConstruct( in ReplaceCubeFaceCoord() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_type_test.cc615 auto* cube = create<sem::DepthTexture>(ast::TextureDimension::kCube); in TEST_F() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp920 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); in init() local
/third_party/python/Lib/test/
Dtest_set.py1782 def cube(n): function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h1052 bool cube; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp2125 TextureCubeMap *cube = context->getTextureCubeMap(); in GenerateMipmap() local
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h494 UINT_32 cube : 1; ///< Flag indicates this is a cubemap member