Searched refs:sampled (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format) argument
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
H A DSpvBuilder.h109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSpvBuilder.cpp376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format) argument
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
H A DSpvBuilder.h109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format) argument
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
H A DSpvBuilder.h109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSpvBuilder.cpp376 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format) argument
387 type->getImmediateOperand(5) == sampled &&
399 type->addImmediateOperand(sampled);
409 if (sampled)
415 if (sampled)
422 if (sampled)
429 if (sampled)
444 if (! sampled)
H A DSpvBuilder.h109 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1024 ss << "image(dim=" << insn.word(3) << ", sampled=" << insn.word(7) << ")";
1836 worklist.insert(insn.word(3)); /* image or sampled image */
2273 auto sampled = image_type.word(7); local
2274 return dim == spv::DimBuffer && sampled == 1;
2281 * Vulkan requires that sampled be 1 or 2 -- leaving the decision to
2285 auto sampled = type.word(7); local
2290 if (sampled == 1) {
2295 } else if (sampled == 1) {
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1024 ss << "image(dim=" << insn.word(3) << ", sampled=" << insn.word(7) << ")";
1836 worklist.insert(insn.word(3)); /* image or sampled image */
2273 auto sampled = image_type.word(7); local
2274 return dim == spv::DimBuffer && sampled == 1;
2281 * Vulkan requires that sampled be 1 or 2 -- leaving the decision to
2285 auto sampled = type.word(7); local
2290 if (sampled == 1) {
2295 } else if (sampled == 1) {
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1024 ss << "image(dim=" << insn.word(3) << ", sampled=" << insn.word(7) << ")";
1836 worklist.insert(insn.word(3)); /* image or sampled image */
2273 auto sampled = image_type.word(7); local
2274 return dim == spv::DimBuffer && sampled == 1;
2281 * Vulkan requires that sampled be 1 or 2 -- leaving the decision to
2285 auto sampled = type.word(7); local
2290 if (sampled == 1) {
2295 } else if (sampled == 1) {
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1024 ss << "image(dim=" << insn.word(3) << ", sampled=" << insn.word(7) << ")";
1836 worklist.insert(insn.word(3)); /* image or sampled image */
2273 auto sampled = image_type.word(7); local
2274 return dim == spv::DimBuffer && sampled == 1;
2281 * Vulkan requires that sampled be 1 or 2 -- leaving the decision to
2285 auto sampled = type.word(7); local
2290 if (sampled == 1) {
2295 } else if (sampled == 1) {

Completed in 255 milliseconds