Home
last modified time | relevance | path

Searched refs:StoreCacheControl (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.lua1338 StoreCacheControl = {
H A Dspirv.cs1399 public enum StoreCacheControl enum in Spv.Specification
H A Dspirv.bf1400 [AllowDuplicates, CRepr] public enum StoreCacheControl
H A Dspirv.hpp1393 enum StoreCacheControl { enum
H A Dspirv.hpp111393 enum class StoreCacheControl : unsigned {
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1330 StoreCacheControl = {
Dspirv.cs1391 public enum StoreCacheControl enum in Spv.Specification
Dspirv.bf1392 [AllowDuplicates, CRepr] public enum StoreCacheControl
Dspirv.hpp1385 enum StoreCacheControl { enum
Dspirv.hpp111385 enum class StoreCacheControl : unsigned {
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.lua1445 StoreCacheControl = {
H A Dspirv.cs1511 public enum StoreCacheControl enum in Spv.Specification
H A Dspirv.hpp111454 enum class StoreCacheControl : unsigned {
4084 inline const char* StoreCacheControlToString(StoreCacheControl value) {
4086 case StoreCacheControl::UncachedINTEL: return "UncachedINTEL";
4087 case StoreCacheControl::WriteThroughINTEL: return "WriteThroughINTEL";
4088 case StoreCacheControl::WriteBackINTEL: return "WriteBackINTEL";
4089 case StoreCacheControl::StreamingINTEL: return "StreamingINTEL";
H A Dspirv.hpp1454 enum StoreCacheControl { enum
4084 inline const char* StoreCacheControlToString(StoreCacheControl value) { in StoreCacheControlToString()
H A Dspirv.bf1512 [AllowDuplicates, CRepr] public enum StoreCacheControl
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Dspirv.hpp1454 enum StoreCacheControl { enum
4084 inline const char* StoreCacheControlToString(StoreCacheControl value) { in StoreCacheControlToString()