/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 205 MemOperand::MemOperand(Register rm, int32_t unit, int32_t multiplier, in MemOperand() argument 208 offset_ = unit * multiplier + offset_addend; in MemOperand()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 184 MemOperand::MemOperand(Register rm, int32_t unit, int32_t multiplier, in MemOperand() argument 187 offset_ = unit * multiplier + offset_addend; in MemOperand()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 1929 /** Bind texture to first image unit and set image uniform to that unit 1941 gl.bindImageTexture(0 /* unit */, texture.m_id, 0 /* level */, GL_FALSE /* layered */, 0 /* layer */, GL_WRITE_ONLY, in bindTextureToimage() 1950 /** Bind texture to first texture unit and set sampler uniform to that unit 2099 /* Prepare image unit */ in testCompute() 2382 /** Prepare texture of given type filled with given color and bind to specified image unit 2390 Utils::TEXTURE_TYPES texture_type, GLuint color, GLuint unit) in prepareTexture() 2429 gl.bindImageTexture(unit, texture.m_id, 0 /* level */, is_layered /* layered */, 0 /* layer */, GL_READ_WRITE, in prepareTexture() 12300 prepareTexture(m_goku_texture, Utils::buffer(m_context), Utils::TEX_2D, goku_data, 2 /* unit */); in prepareUniforms() 2389 prepareTexture(Utils::texture& texture, const Utils::buffer& buffer, Utils::TEXTURE_TYPES texture_type, GLuint color, GLuint unit) prepareTexture() argument [all...] |
/third_party/libevdev/ |
H A D | configure | 13276 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: check not found - skipping building unit tests" >&5 13277 printf "%s\n" "$as_me: WARNING: check not found - skipping building unit tests" >&2;} 16292 Enable unit-tests ${HAVE_CHECK} 16302 Enable unit-tests ${HAVE_CHECK}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4699 OPTIONAL(unit, MDField, ); \ 4721 thisAdjustment.Val, flags.Val, SPFlags, unit.Val, templateParams.Val,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 8972 save_BindSampler(GLuint unit, GLuint sampler) in save_BindSampler() argument 8979 n[1].ui = unit; in save_BindSampler() 8983 CALL_BindSampler(ctx->Exec, (unit, sampler)); in save_BindSampler()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5748 VkPerformanceCounterUnitKHR unit; member
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1929 typedef void (GLAD_API_PTR *PFNGLBINDSAMPLERPROC)(GLuint unit, GLuint sampler);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7032 VkPerformanceCounterUnitKHR unit; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 37542 VULKAN_HPP_NAMESPACE::PerformanceCounterUnitKHR unit = VULKAN_HPP_NAMESPACE::PerformanceCounterUnitKHR::eGeneric; global() member [all...] |
H A D | vulkan_core.h | 7133 VkPerformanceCounterUnitKHR unit; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8499 VkPerformanceCounterUnitKHR unit; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7293 VkPerformanceCounterUnitKHR unit; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 26350 print_VkPerformanceCounterUnitKHR(obj.unit, "unit", 1); in print_VkPerformanceCounterKHR() 26388 print_VkPerformanceCounterUnitKHR(obj->unit, "unit", 1); in print_VkPerformanceCounterKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10810 parse_VkPerformanceCounterUnitKHR("unit", obj["unit"], (o.unit)); in parse_VkPerformanceCounterKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9514 VkPerformanceCounterUnitKHR unit; member
|
H A D | vulkan_hash.hpp | 7278 VULKAN_HPP_HASH_COMBINE( seed, performanceCounterKHR.unit );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |