Home | History | Annotate | Download | only in layers

Lines Matching refs:sampled

1224         ss << "image(dim=" << insn.word(3) << ", sampled=" << insn.word(7) << ")";
2078 worklist.insert(insn.word(3)); /* image or sampled image */
2502 auto sampled = image_type.word(7);
2503 return dim == spv::DimBuffer && sampled == 1;
2510 * Vulkan requires that sampled be 1 or 2 -- leaving the decision to
2514 auto sampled = type.word(7);
2519 if (sampled == 1) {
2524 } else if (sampled == 1) {
6505 "VK_IMAGE_USAGE_[SAMPLED|STORAGE|COLOR_ATTACHMENT|DEPTH_STENCIL_ATTACHMENT|INPUT_ATTACHMENT]_BIT");