Home
last modified time | relevance | path

Searched refs:unit (Results 651 - 669 of 669) sorted by relevance

1...<<21222324252627

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc205 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 Dassembler-riscv64.cc184 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 Dgl4cShadingLanguage420PackTests.cpp1929 /** 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 Dconfigure13276 { 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 DLLParser.cpp4699 OPTIONAL(unit, MDField, ); \
4721 thisAdjustment.Val, flags.Val, SPFlags, unit.Val, templateParams.Val,
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c8972 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 Dvulkan_sc_core.h5748 VkPerformanceCounterUnitKHR unit; member
/third_party/glfw/deps/glad/
H A Dgl.h1929 typedef void (GLAD_API_PTR *PFNGLBINDSAMPLERPROC)(GLuint unit, GLuint sampler);
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7032 VkPerformanceCounterUnitKHR unit; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp37542 VULKAN_HPP_NAMESPACE::PerformanceCounterUnitKHR unit = VULKAN_HPP_NAMESPACE::PerformanceCounterUnitKHR::eGeneric; global() member
[all...]
H A Dvulkan_core.h7133 VkPerformanceCounterUnitKHR unit; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8499 VkPerformanceCounterUnitKHR unit; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7293 VkPerformanceCounterUnitKHR unit; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp26350 print_VkPerformanceCounterUnitKHR(obj.unit, "unit", 1); in print_VkPerformanceCounterKHR()
26388 print_VkPerformanceCounterUnitKHR(obj->unit, "unit", 1); in print_VkPerformanceCounterKHR()
[all...]
H A Dvulkan_json_parser.hpp10810 parse_VkPerformanceCounterUnitKHR("unit", obj["unit"], (o.unit)); in parse_VkPerformanceCounterKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h9514 VkPerformanceCounterUnitKHR unit; member
H A Dvulkan_hash.hpp7278 VULKAN_HPP_HASH_COMBINE( seed, performanceCounterKHR.unit );
H A Dvulkan_structs.hpp[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 532 milliseconds

1...<<21222324252627