Searched refs:m_bytes (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 195 , m_bytes (size, 0xDEu) 204 m_bytes[pos] = value; 212 || m_bytes[pos] == value; 214 m_bytes[pos] = value; 223 || m_bytes[pos] == value; 225 m_bytes[pos] = value ^ mask; 262 vector<deUint8> m_bytes;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 234 , m_bytes (size, 0xDEu) 243 m_bytes[pos] = value; 251 || m_bytes[pos] == value; 253 m_bytes[pos] = value; 262 || m_bytes[pos] == value; 264 m_bytes[pos] = value ^ mask; 301 vector<deUint8> m_bytes;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 318 , m_bytes () in PipelineExecutableInternalRepresentation() 323 m_bytes = data; in PipelineExecutableInternalRepresentation() 331 const std::vector<uint8_t>& getBytes (void) const { DE_ASSERT(!isText()); return m_bytes; } in getBytes() 336 std::vector<uint8_t> m_bytes; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 315 , m_bytes () in PipelineExecutableInternalRepresentation() 320 m_bytes = data; in PipelineExecutableInternalRepresentation() 328 const std::vector<uint8_t>& getBytes (void) const { DE_ASSERT(!isText()); return m_bytes; } in getBytes() 333 std::vector<uint8_t> m_bytes; member
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 6154 size_t m_bytes; in psa_generate_derived_ecc_key_weierstrass_helper() local 6178 m_bytes = PSA_BITS_TO_BYTES(m); in psa_generate_derived_ecc_key_weierstrass_helper() 6185 *data = mbedtls_calloc(1, m_bytes); in psa_generate_derived_ecc_key_weierstrass_helper() 6193 if ((status = psa_key_derivation_output_bytes(operation, *data, m_bytes)) != 0) { in psa_generate_derived_ecc_key_weierstrass_helper() 6210 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(&k, *data, m_bytes)); in psa_generate_derived_ecc_key_weierstrass_helper() 6221 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary(&k, *data, m_bytes)); in psa_generate_derived_ecc_key_weierstrass_helper()
|
Completed in 30 milliseconds