/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1097 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageTexelPointer() local 1214 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageLod() local 1300 const uint32_t coord_type in ValidateImageDrefLod() local 1378 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageFetch() local 1456 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageGather() local 1588 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageRead() local 1648 const uint32_t coord_type = _.GetOperandTypeId(inst, 1); ValidateImageWrite() local 1941 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageQueryLod() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_image.cpp | 1097 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageTexelPointer() local 1214 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageLod() local 1300 const uint32_t coord_type in ValidateImageDrefLod() local 1378 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageFetch() local 1456 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageGather() local 1588 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageRead() local 1648 const uint32_t coord_type = _.GetOperandTypeId(inst, 1); ValidateImageWrite() local 1941 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageQueryLod() local [all...] |
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector_test.cc | 2155 auto* coord_type = GetCoordsType(GetParam().type_dim, ty.f32()); in TEST_P() local 2213 auto* coord_type = GetCoordsType(GetParam().type_dim, ty.f32()); in TEST_P() local 2256 auto* coord_type = GetCoordsType(GetParam().type_dim, ty.i32()); in TEST_P() local 2326 auto* coord_type = GetCoordsType(GetParam().type_dim, ty.f32()); in TEST_P() local
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | processor.h | 102 u64 coord_type; member 143 u64 coord_type; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | processor.h | 107 u64 coord_type; member 148 u64 coord_type; member
|
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1162 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageTexelPointer() local 1281 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); in ValidateImageLod() local 1390 const uint32_t coord_type in ValidateImageDrefLod() local 1464 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageFetch() local 1544 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageGather() local 1687 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageRead() local 1744 const uint32_t coord_type = _.GetOperandTypeId(inst, 1); ValidateImageWrite() local 2041 const uint32_t coord_type = _.GetOperandTypeId(inst, 3); ValidateImageQueryLod() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 400 struct lp_type coord_type; member
|
H A D | lp_bld_sample.c | 1482 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_build_context *size_bld, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) lp_build_extract_image_sizes() argument [all...] |
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 355 uint32_t coord_type; /* coordination type */ member 408 uint64_t coord_type; member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 338 uint32_t coord_type; /* coordination type */ member 391 uint64_t coord_type; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc.h | 592 unsigned coord_type[4]; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 3046 auto &coord_type = expression_type(coord); in emit_texture_op() local
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 7128 _texture(ir_texture_opcode opcode, builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, int flags) _texture() argument 7309 _texelFetch(builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, const glsl_type *offset_type, bool sparse) _texelFetch() argument 7433 _textureQueryLod(builtin_available_predicate avail, const glsl_type *sampler_type, const glsl_type *coord_type) _textureQueryLod() argument 7468 _textureSamplesIdentical(builtin_available_predicate avail, const glsl_type *sampler_type, const glsl_type *coord_type) _textureSamplesIdentical() argument [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 2166 LLVMTypeRef coord_type = sample ? (a->a16 ? ctx->f16 : ctx->f32) : (a->a16 ? ctx->i16 : ctx->i32); in ac_build_image_opcode() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 3972 enum nk_font_coord_type coord_type; member
|